From: John Crispin Date: Tue, 16 Feb 2016 07:47:06 +0000 (+0000) Subject: kernel: crypto-echainiv was missing deps X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ae6003e5187a15f436f30e3b62d652722da8e49c;p=openwrt%2Fsvn-archive%2Farchive.git kernel: crypto-echainiv was missing deps Signed-off-by: John Crispin SVN-Revision: 48724 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index dddddccbdd..b943e4d42d 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -136,6 +136,7 @@ $(eval $(call KernelPackage,crypto-iv)) define KernelPackage/crypto-echainiv TITLE:=Encrypted Chain IV Generator + DEPENDS:=+kmod-crypto-aead KCONFIG:=CONFIG_CRYPTO_ECHAINIV FILES:=$(LINUX_DIR)/crypto/echainiv.ko AUTOLOAD:=$(call AutoLoad,09,echainiv)